ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / ComArray<T> Class / ComArray<T> Constructor / ComArray<T> Constructor(T[])
The array.

In This Topic
    ComArray<T> Constructor(T[])
    In This Topic
    Initializes a new instance of the ComArray<T> class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ParamArray array() As T _
    )
    public ComArray<T>( 
       params T[] array
    )

    Parameters

    array
    The array.
    See Also